home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00141_Script_141
< prev
next >
Wrap
Text File
|
2001-12-07
|
673b
|
30 lines
--global stringer, stringer2
--property mysprite, counter
--
--on beginsprite me
-- set mysprite to the spritenum of me
-- counter = 1
--end
--
--
--on exitframe me
-- stringer = isPastCuePoint(sprite 7, 1)
-- stringer2 = isPastCuePoint(sprite 7, 2)
-- if stringer = 1 AND stringer2 = 0 then
--
-- if counter < 8 then
-- counter = counter + 1
-- end if
--
-- if counter = 3 then
-- set the member of sprite mysprite = ("sound2")
-- else if counter = 7 then
-- set the member of sprite mysprite = ("sound1")
-- else if counter = 8 then
-- counter = 1
-- end if
--
-- end if
--
--end